home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / fixes / delp126 / prog2 / conj2.dfm / conj2.txt
Encoding:
Text File  |  1997-10-19  |  762 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Conjugate ER Verbs'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 152
  17.     Height = 16
  18.     Caption = 'Enter Verb to Conjugate'
  19.   end
  20.   object ListBox1: TListBox
  21.     Left = 192
  22.     Top = 32
  23.     Width = 209
  24.     Height = 209
  25.     ItemHeight = 16
  26.     TabOrder = 0
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 8
  30.     Top = 32
  31.     Width = 161
  32.     Height = 25
  33.     TabOrder = 1
  34.   end
  35.   object Button1: TButton
  36.     Left = 8
  37.     Top = 64
  38.     Width = 161
  39.     Height = 33
  40.     Caption = '&Conjugate'
  41.     TabOrder = 2
  42.     OnClick = Button1Click
  43.   end
  44. end
  45.